#CSS Visualization
Explore tagged Tumblr posts
Text
CSS Glassmorphism Generator is a CSS code generate tool designed to simplify the creation of glass-like, see-through effects in web design by adjusting parameters such as background blur, transparency levels, and border finishes.
#CSS Glassmorphism Generator#CSS Visualization & Code Generator#CSS Visualization#CSS Code Generator#free online tools#online tools#web tools#ai tools
0 notes
Text
Hello audience. Unfortunately, I am still on my break. However, I am happy to announce that I am still alive and kicking. In fact, I decided to make use of my unemployment and revisit HTML, CSS, and JavaScript to create... A visual novel.
Good News: code is 100% reusable because I used a JSON (i do not know how that works, someone can kindly explain to me...)
Bad News: this code sucks ass, and NOTHING works except playing the story. Transitions? Doesn't work. UI/UX? Ass. Effects? Hell no... Also, 70% of the features aren't present yet I'm gonna do it later.
Oh, this is CrossDust, if you can't tell.


Dust Sans by Ask-Dusttale, Cross Sans by Jakei
I'm gonna respond to asks and do requests later (After my break is over). This is just a small update teehee.
#dsevalyappuccino#TIME TO GO INSANE IN THE TAGS!!#i hate css#i still hate css#css hell no#guys why is css so hard. ive literally been doing this for months and css is still hard#i was about to use css spritesheets for the sprites and emotions#but my ass gave up and instead i just use seperate images#GUYS!!! DISPLAY: FLEX 💪. DISPLAY: GRID?!?!#javascript i hate you tooq#i hate java script naurrrr#what do you mean DOM objects#what do YOU MEAN#also i do not understand error handling and JSON integrations#papaGPT doesn't explain anything#i don't know what I just wrote#coding???????????#kids don't be unemployed#actually maybe if you're unemployed but still making money that's great#also the sprites are just for testing purposes im probably gonna make new better ones if i chose to expand this into#a full blown anime high school visual novel project#i don't wanna think of all that story crap but then again i can just write the cringiest thing on earth
23 notes
·
View notes
Text
Post #83: Tumblr Opinion Poll by Python-Programming-Language, Question: Which programming resp. script language do you prefer?, 2023.
#programming#coding#coding is fun#i love coding#learning#education#i love programming#programming language#python#c++#c sharp#visual basic#small visual basic#i love python#php#scratch#html#css#java#javascript#script language#opinion poll
212 notes
·
View notes
Text
im trying to learn javascript...
#im supposed to remember the differences between constants and arguments and functions and arrays and parameters etc etc#progate is good but baby if you dont start showing me visuals soon beyond text-only data-- you're gonna lose me!#when do css and html start being integrated into the lessons... I need to see imagery you see...
6 notes
·
View notes
Text
#artwork#my art#digital art#art#concept art#digital artist#geometry#artists on tumblr#css#visual arts
2 notes
·
View notes
Text
My website is 'An Adventure Gallery':
When I say this about my website, I am both naming and describing it.
'An Adventure Gallery' has two main functions: it provides me a digital place to showcase some of my own visual artworks alongside some of my favorite music on Spotify, and it also functions as a story telling device (in the style of a "Choose Your Own Adventure") where branching plots carry on from one choice to the next page.
An unintended side-effect of this is that I'm forced to reckon with HTML and CSS. So, perusing through the pages can prove interesting on a number of levels-- one of them being my fiendish attempts to take over your senses with styled animations and whatever other trickery I can manage wielding only CSS code.
It's a wild ride through the Abyss, but I encourage you to begin! :)
~ Trish
#artists on tumblr#my art#original photographers#cyoa#online gallery#alternative gallery#alternative#art gallery#visual art#website#old web#webdesign#html css#original art#artwork#art by me#colorful#creative writing#alternative art
3 notes
·
View notes
Text
2 notes
·
View notes
Text
Does anyone have like. Any idea abt any resources for making functionally oc wikis shy of like, just straight up making my own fandom wiki page on the fandom site ?
#AmadeusRambles#oc#artfight#i ahve like three followers one of whom is my husband who i've already asked but#might as well throw it out there because a bitch is dying#i tried to make a fucking neocities earlier but i couldn't get the fcking. css or whatever. visuals stuff. to work#i'd break down and do toyhouse but that requires joining a discord 2 get one of their fucking codes or whatever and like . nooo#why can't they be normal and have invites like ao3 i'd be so down for that but noooooooooooooooooo#has to be designed to be bane to me specifically ig#i tried fucking. wordanvil but that site is like pulling teeth to use#im still kinda mad i was too stupid for neocities#like i was doing shit maybe kinda sorta but then nooo the css won't link for some reason so fuck me i guess#grant u if i couldn't even figure that out i definitely couldn't figure out how to do dropdowns and all that shit probably but still#i probably could've tried to find a template but i also. dont know how to get those. so fdxdf
0 notes
Text
Found an awesome visual planner for my coding projects!
If you've never heard of Milanote, you should definitely check it out! It's made planning out my current CodeCademy project so much easier and it's super handy for adding notes, color palettes, to-do lists, etc. all in one place ❤️ I love that I can just drag stuff wherever and add arrows to connect things. I also noticed you can draw on it too which is going to be so much fun when I'm bored lol
1 note
·
View note
Text
((Things I said in the replies that I want to add as a caveat while reblogging this:
Your interaction in the new layout is almost definitely still being logged (as opposed to being considered the old dash) for analytics purposes (the A/B testing they’re doing to see how people interact with Tumblr differently with the new layout), so if you care about what they’re seeing in the analytics, note that they’ll probably still see it because there’s basically no way either XKit or a CSS style could do anything to touch that kind of logging. (EDIT: XKit probably CAN send information that causes an A/B test to disable (because apparently JS is capable of doing that under certain circumstances), but its settings probably DON'T here. CSS, on the other hand, is basically completely incapable of doing something like that though.)
The number of people in the reblogs and replies calling this a script are making me want to pull my hair out. It’s a user style, which uses CSS and is basically the web equivalent of rearranging furniture (special code that’s active all the time but doesn’t really “run”), rather than Javascript (what userscripts use, special code that usually only runs on page load (unless you do some funky stuff), the web equivalent of... IDK, running a Roomba?). It’s a semi-important distinction: Stylus cannot run JS user scripts (only user styles), and most user script extensions (TamperMonkey, ViolentMonkey, etc.) cannot natively run a CSS user style (AFAIK) without it being converted to a script that does nothing but implement the CSS code slightly differently.
The More You Know, and all that nonsense.))
i got the old tumblr dashboard back T_T
i got the old tumblr dashboard back T_T i used the xkit rewriten options in this post and installed the firefox application called stylus and installed this script through it for the old tumblr layout <3
(psst reblog and spread this so it can get to who needs it )
update :hi besties both xkit rewritten and stylus are available for chrome too!
#props to the person who coded the style though#i attempted writing CSS myself (with no special XKit handling) and I only got it partway adjusted#it looked ugly and had severe bugs i hadn't figured out how to fix yet#and just a few hours later one or more css classes had changed just enough that THE ENTIRE STYLE BROKE#so i gave up T_T#my version would have been the UserCSS protocol and provided options to hide the buttons that got pulled from the user menu into the header#(the domain and ad free options)#it also reordered the items visually to match the old order#looking at the current version of the style some of the code seems really similar to mine#makes me wanna take another crack at figuring out what screwed up (also because i like my reordering solution slightly more but#that one is just preference on my part so if i can get it working then...)
16K notes
·
View notes
Text
Dark Mode: A Trend That Makes It Easier for Users to Enjoy the Web on Any Device
[et_pb_section fb_built=”1″ _builder_version=”4.27.4″ _module_preset=”default” global_colors_info=”{}”][et_pb_row _builder_version=”4.27.4″ _module_preset=”default” global_colors_info=”{}”][et_pb_column type=”4_4″ _builder_version=”4.27.4″ _module_preset=”default” global_colors_info=”{}”][et_pb_text _builder_version=”4.27.4″ _module_preset=”default” global_colors_info=”{}”] Introduction Dark mode…
#accessibility#adaptive themes#CSS dark mode#dark mode#dark mode benefits#mobile-friendly design#night mode#OLED battery saving#prefers-color-scheme#tech trends#UI design#user experience#visual comfort#web development#website optimization
0 notes
Text
In the wake of the TikTok ban and revival as a mouthpiece for fascist propaganda, as well as the downfall of Twitter and Facebook/Facebook-owned platforms to the same evils, I think now is a better time than ever to say LEARN HTML!!! FREE YOURSELVES FROM THE SHACKLES OF MAJOR SOCIAL MEDIA PLATFORMS AND EMBRACE THE INDIE WEB!!!
You can host a website on Neocities for free as long as it's under 1GB (which is a LOT more than it sounds like let me tell you) but if that's not enough you can get 50GB of space (and a variety of other perks) for only $5 a month.
And if you can't/don't want to pay for the extra space, sites like File Garden and Catbox let you host files for free that you can easily link into NeoCities pages (I do this to host videos on mine!) (It also lets you share files NeoCities wouldn't let you upload for free anyways, this is how I upload the .zip files for my 3DS themes on my site.)
Don't know how to write HTML/CSS? No problem. W3schools is an invaluable resource with free lessons on HTML, CSS, JavaScript, PHP, and a whole slew of other programming languages, both for web development and otherwise.
Want a more traditional social media experience? SpaceHey is a platform that mimics the experience of 2000s MySpace
Struggling to find independent web pages that cater to your interests via major search engines? I've got you covered. Marginalia and Wiby are search engines that specifically prioritize non-commercial content. Marginalia also has filters that let you search for more specific categories of website, like wikis, blogs, academia, forums, and vintage sites.
Maybe you wanna log off the modern internet landscape altogether and step back into the pre-social media web altogether, well, Protoweb lets you do just that. It's a proxy service for older browsers (or really just any browser that supports HTTP, but that's mostly old browsers now anyways) that lets you visit restored snapshots of vintage websites.
Protoweb has a lot of Geocities content archived, but if you're interested in that you can find even more old Geocities sites over on the Geocities Gallery
And really this is just general tip-of-the-iceberg stuff. If you dig a little deeper you can find loads more interesting stuff out there. The internet doesn't have to be a miserable place full of nothing but doomposting and targeted ads. The first step to making it less miserable is for YOU, yes YOU, to quit spending all your time on it looking at the handful of miserable websites big tech wants you to spend all your time on.
#this is a side point so it's going here but I really think tech literacy should be a requirement in schools like math grammar history etc.#we live in a world so dominated by the stuff and yet a majority of the population does not understand it at even the most fundamental level#tiktok#tiktok ban#indie web#neocities#web development#current events#twitter#facebook#meta#amazon
11K notes
·
View notes
Text

Tyred more to update this image to to do the leassons that I any don't start today.
0 notes
Text
PureCode company | Neglecting to learn CSS properly
Overall, neglecting to learn CSS properly can hinder your ability to create visually appealing, functional, and accessible websites, ultimately impacting the success of your projects and career prospects in web development.
#learn CSS properly#web development#create visually appealing#functional#and accessible websites#purecode company#purecode#purecode ai company reviews#purecode ai reviews#purecode software reviews#purecode reviews
0 notes
Text
高還元SESとうわさの『株式会社中野エージェント』の実態をまとめました。
#中野エージェント#ITエンジニア#WEBエンジニア#system stuff#engineering#エンジニア#java#javascript#html css#ruby on rails development company#visual basic#python#sql#sqlserver#oracle#mysql#plsql#転職#IT転職
1 note
·
View note